.control-box {
    width: 1350px;
    background-size: 1055px;
    background-repeat: no-repeat;
    background-position: 60px 165px;
    margin-left: auto;
    margin-right: auto;
	padding-top: 40px;
}
.box img{
    padding-top: 20px;
    box-shadow: 0 0 5px 1px rgb(8 8 8);
}
.control-box ul {
  list-style: none;
  position: relative;
}
.control-box ul li {
  position: absolute;
  top: 150px;
  cursor: pointer;
}
.prev {
  left: 0;
}
.next {
  right: 0;
}
.bigbox {
  overflow: hidden;
  width: 1200px;
  height: 420px;
  margin: 0 auto;
  padding-left: 10px;
  padding-top: 20px;
}
#switcher {
  height: 190px;
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}
.box {
  transition:all .7s ease 0s;
  width: 313px;
  height: 411px;
  float: left;
  background: no-repeat;
}
.box:hover {
 opacity:0.5;
}
.shadow {
    width: 290px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.45);
    margin-top: 320px;
    color: white;
    font-size: 14px;
	top: 10px;
    text-align: center;
    position: absolute;
	line-height: 3;
}
.shadow a {
  display: inline-block;
  width: 225px;
  height: 60px;
  color: white;
  text-decoration: none;
  margin-left: 18px;
  margin-top: 10px;
}
.cer {
    width: 100%;
    background: url(/images/rybg.jpg)no-repeat center;
    height: 821px;
    overflow: hidden;
}
.appli_tit {
    font-size: 42px;
    line-height: 55px;
    text-align: center;
}
.appli_tit b {
    color: #0050a1;
}
.appli_tit p {
    font-size: 18px;
    color: #666666;
    line-height: 36px;
}
.cer_box {
    width: 1300px;
    margin: 0 auto;
	padding-top: 90px;
}
.int {
    width: 100%;
    background: url(/images/lantu.jpg)no-repeat center;
    overflow: hidden;
    height: 374px;
}
.int_box {
    width: 1200px;
    margin: 0 auto;
}
.int_txt {
    color: #ffffff;
    float: right;
	padding: 80px 0;
}
.int_txt b {
    font-size: 36px;
    line-height: 55px;
}
.int_txt ul {
    width: 550px;
    display: flex;
    justify-content: space-between;
}
.int_txt li {
    font-size: 16px;
    width: 131px;
    height: 42px;
    border-radius: 10px;
    background: #0050a1;
    text-align: center;
    line-height: 42px;
    margin-top: 12px;
}
.int_txt p {
    font-family: Impact;
    color: #ffc105;
    font-size: 32px;
    padding-top: 35px;
}
.int_txt p:before {
    content: '\e64c';
    color: #ffc105;
    font-size: 37px;
    padding-right: 12px;
    font-family: "iconfont";
}
.int_txt p span {
    font-size: 18px;
    display: block;
    color: #ffffff;
    line-height: 50px;
}